home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 February: Tool Chest / Dev.CD Feb 00 TC.toast / pc / tool chest / development kits / hypercard related / xcmds & xfcns / getvol and newformat / demo / background_2607.txt < prev    next >
Encoding:
Text File  |  1990-10-01  |  825 b   |  42 lines

  1. -- background: 2607 from stack: in
  2. -- bmap block id: 3928
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=457 top=296 right=323 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next cd
  23. end mouseUp
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=21 top=296 right=323 bottom=55
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 1014 / 1014
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to prev cd
  41. end mouseUp
  42.